github.com/andybalholm/brotli.Reader.trivial_literal_contexts (field)
4 uses
github.com/andybalholm/brotli (current package)
decode.go#L1137: s.trivial_literal_contexts[i] = 0
decode.go#L1153: s.trivial_literal_contexts[i>>5] |= 1 << (i & 31)
decode.go#L1164: trivial = uint(s.trivial_literal_contexts[block_type>>5])
state.go#L178: trivial_literal_contexts [8]uint32
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |